emsi_containers ~master (2021-09-24T04:23:14Z)
Home
Dub
Repo
UnrolledList.Range
containers
unrolledlist
UnrolledList
Undocumented in source.
struct
UnrolledList
(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T, size_t cacheLineSize = 64)
static
struct
Range (
ThisT
) {
this
();
this
(inout(Node)* current);
ET
front
();
void
popFront
();
bool
empty
();
Range
save
();
}
Constructors
this
this
()
Undocumented in source.
this
this
(inout(Node)* current)
Undocumented in source.
Members
Functions
empty
bool
empty
()
Undocumented in source. Be warned that the author may not have intended to support it.
front
ET
front
()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void
popFront
()
Undocumented in source. Be warned that the author may not have intended to support it.
save
Range
save
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
containers
unrolledlist
UnrolledList
aliases
insert
put
constructors
this
destructors
~this
functions
back
clear
empty
front
insertAnywhere
insertBack
length
moveBack
moveFront
opOpAssign
opSlice
popBack
popFront
remove
postblits
this(this)
structs
Range
variables
c